Expand description
Abstractions and utilties for measuring a service’s load.
Re-exports§
pub use self::peak_ewma::PeakEwma;
pub use self::peak_ewma::PeakEwmaDiscover;
pub use self::pending_requests::PendingRequests;
pub use self::pending_requests::PendingRequestsDiscover;
Modules§
- A
Load
implementation that PeakEWMA on response latency. - A
Load
implementation that uses the count of in-flight requests.
Structs§
- Wraps a type so that
Load::load
returns a constant value. - Attaches a
I
-typed instruments to the result of anF
-typedFuture
. - A
Instrument
implementation that drops each instrument immediately.
Traits§
- Attaches
I
-typed instruments toV
typed values. - Exposes a load metric.